[emph]Sub Modules[/emph]

For show all the availables submodules,
the indexcontroller call the jsonGetSubmodulesAction() function.
With the nodeId as parameter.
By default, the jsonGetSubmodulesAction() calls the Phprojekt_SubModules,
that read all the CORE_PATH, and return all the folders,
except the systems folders like:

'Administration', 'Groups', 'Phprojekt', 'Role', 'Users',

and the CVSs folders like:

'.','..','.cvsignore','CVS'.

All the other folder, are modules for show.

In each IndexController of each module, you can rewrite the jsonGetSubmodulesAction() function,
for work it with rights or other special stuff if you want.
The nodeId parameters is used for get the rights of the specific project.

The submodules are return in the follow format:
[{"name":"Default","label":"Default"},{"name":"Note","label":"Note"},{"name":"Project","label":"Project"}]
The client will show all these submodules and knows which are the current one.